home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / wildcat / mstat.zip / MSTAT.CFG < prev    next >
Text File  |  1996-02-24  |  1KB  |  32 lines

  1. TEXTPATH=c:\wc\textfile\
  2. OUTFILE=c:\wc\bull\bull49.bbs /cls /text /pause /EXCLUDE=3-5
  3. OUTFILE=c:\wc\bull\bull50.bbs /cls /text /enter /EXCLUDE=31-85,99-104
  4. OUTFILE=c:\wc\message.hi
  5.  
  6. The line beginning with TEXTPATH= is the complete drive and pathname where
  7. the optional text files for MSTAT will be stored.  These files will be
  8. inserted into the display file as described in the documentation under
  9. "TEXT FILE INSERTION."
  10.  
  11. Lines beginning with "OUTFILE=" name and describe the output files to be
  12. written.  Be sure to include the complete drive and pathname, and any of
  13. the appropriate switches and configuration items:
  14.  
  15.     /CLS      will cause the program to begin the file with the appropriate
  16.               clear screen code, either the Wildcat! '@CLS@' if the file
  17.               type is .BBS or .RIP, or a formfeed for other file types.
  18.  
  19.     /TEXT     will cause the program to insert text files into the output
  20.               file.
  21.  
  22.     /PAUSE    will cause the program to end the file with the Wildcat!
  23.               '@PAUSE@' code.
  24.  
  25.     /ENTER    will cause the program to end the file with the Wildcat!
  26.               '@ENTER@' code.
  27.  
  28.     /EXCLUDE  will cause the program to SKIP any file areas listed.  You
  29.               may exclude individual conferences separated by commas, or
  30.               ranges of files separated by a hyphen.
  31.  
  32.